1 package uba.db.sql.server; 2 3 public class ServerAlreadyRunningException extends Exception { 4 private static final long serialVersionUID = 3257283651799692343L; 5 }